How to Remove "Manage Full Access Permissions" from Multiple Mailboxes

How to Remove "Manage Full Access Permissions" from Multiple Mailboxes.

How to Remove one user from Multiple Mailboxes instead of going into "Manage Full Access Permissions" on all accounts one by one.

any PowerShell cmd's?

Any insight is greatly appreciated.


July 2nd, 2015 10:46am

Hello,

How about the following cmdlet?

Get-mailbox | Remove-MailboxPermission -User "User Alias" -AccessRights "FullAccess" -InheritanceType All

Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2015 11:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics